﻿.hideContent
{
    display: none;
}

.ICG_ETH_Title p { display: inline; color:#048b43; margin-bottom: 0px;  }
.ICG_ETH_Title .SubHead:first-child {display: none;}
.ICG_ETH_Expanders{border-top: solid 1px #048b43; margin-top: 15px;}
.ModICGModulesExpandableTextHtmlC{border-bottom: solid 1px #048b43; padding-bottom: 10px;}
.ICG_ETH_Title, .ICG_ETH_Expanders{width: 100%; text-decoration: none;}
.ICG_ETH_Title a.SubHead{
	width:100%;
    background: #FFF url("Images/expand.png") no-repeat scroll 97% center;
	padding:0px 60px 5px 0px;
	cursor:pointer;
    width: 100%;
    display: flex;
    text-decoration: none;
}
.active_ex  a.SubHead{
	background: #FFF url("Images/collapse.png") no-repeat scroll 97% center;
	border-bottom:none !important;
}

.ModICGModulesExpandableTextHtmlC .Normal {
	width:100%;
}
.ModICGModulesExpandableTextHtmlC .Normal>div{padding: 10px 15px 5px 15px;}
.ModICGModulesExpandableTextHtmlC .Normal .hideContent{padding:0px;}
.ExpandLink{color: #000 !important; background-image: url(Images/plus.jpg); background-repeat: no-repeat; padding-right: 19px; background-position: right center;}
.CollapseLink{color: #000 !important;background-image: url(Images/minus.jpg); background-repeat: no-repeat; padding-right: 19px; background-position: right center;}